home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / converters / graphics / netpbm / pbmrexx / readme.rexx < prev    next >
OS/2 REXX Batch file  |  1997-11-16  |  778b  |  17 lines

  1. The rexx directory contains AReXX-versions of the Unix shell-scripts
  2. anytopnm, pnmindex, pnmmargin and pnmsmooth.  See the manual pages from
  3. the main distribution (manuals.lha) for usage information.  Some of the
  4. scripts produce temporary files that can become quite large.  These files
  5. are generated in PBMTMP:, if this assignment does not exists it is assigned
  6. to T:.  pnmindex has a few more options:
  7.     -qfast          use ppmqvga instead of ppmquant for quantization
  8.     -qonce          only quantize the final image, not every intermediate file
  9.     -font <font>    passed to pbmtext
  10.     -filter <f>     run the files through this filter first
  11.     -printsizes     print image sizes under the file names
  12.     -nopath         do not print the path in the file names
  13.  
  14.  
  15. -Ingo
  16.  
  17.